home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / spermananalodyssea.swf / scripts / frame_8 / PlaceObject2_168_198 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2005-11-04  |  333b  |  17 lines

  1. onClipEvent(enterFrame){
  2.    scrollSpeed = _root.scrollSpeed;
  3.    this.setMask(_root.mascara);
  4.    if(_root.sperman.scrollStart == true)
  5.    {
  6.       this._x -= scrollSpeed;
  7.       if(this._x <= 0)
  8.       {
  9.          this.removeMovieClip();
  10.       }
  11.    }
  12.    if(_root.restart == true)
  13.    {
  14.       this.removeMovieClip();
  15.    }
  16. }
  17.